@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;}
html { color: #000; }
html,body {}
body,button,input,select,textarea { margin:0; padding:0;  font-family: "Arial","Microsoft Yahei","微软雅黑","Verdana", "sans-serif";  font-size:14px; background:#fff}
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }

/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;}

a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#147391; text-decoration:none}

.fl {
    float: left;
    position: relative;
}

#slider-wrap { position:relative;}

.top{width:100%;height:32px;background:#e9e9e9;}
.c_wrap{_padding:0 8%;width: 1200px;margin:0 auto;min-width:1100px;}
.top .top_l{float:left;font-size:12px;color:#555;height:32px;line-height:32px;}
.top ul{float:right;}
.top ul li{float:left;padding:0 4px;}
.top ul li a{font-size:12px;color:#555;display:block;height:32px;line-height:32px;}

.logo{background:#fff;}
.logo .logo_l{float:left;}
.logo .logo_r{float:right;margin-top:18px;margin-right: 40px;line-height: 40px;}
.logo .logo_r .tel_top{background:url(../images/tel1.png) left center no-repeat;padding-left:36px;height:28px;line-height:28px;font-size:16px;}
.logo .logo_r .telNum{font-size:26px;color:#fe9100;font-weight:bold;}

.nav{width:100%;height:45px;border-bottom:3px solid #147391;background:#f1f1f1;}
.nav ul li{float:left;width:12%;margin:0 1px;}
.nav ul li a{display:block;padding:0 10%;height:45px;line-height:45px;font-size:15px;color:#555;text-align:center;}
.nav ul li a:hover{background:#147391;color:#fff;}
.nav ul li.on a{background:#147391;color:#fff;}

.header{position:fixed;top:0;left:0;z-index:999999999;width:100%;height:148px; background: #fff;}

.main_pro{width:100%;background:rgba(0,0,0,.5);height:60px;position:absolute;bottom:0;left:0;z-index:999;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
.main_pro{
	background-color:#000000;
	filter:Alpha(opacity=50);
	position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
	*zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
}
.main_pro .c_wrap{
	position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
}  
}
.main_pro_l{width:60%;float:left;height:60px;line-height:60px;color:#fff;background:url(../images/main_pro_icon.png) left center no-repeat;padding-left:28px;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.search{float:right;margin-top:16px;}
.search input{float:left;}
.search .t_search_text{width:220px;height:28px;border:1px solid #dedede;padding-left:8px;outline:none;}
.search .tj{width:42px;height:30px;background:#147391 url(../images/search.png) center center no-repeat;margin-left:-1px;cursor:pointer;}

.tlt1{width:100%;height:94px;background:url(../images/line.png) center center no-repeat;position:relative;margin-top:20px;}
.tlt1 .tlt1_in{display:block;position:absolute;top:50%;left:50%;width:200px;height:60px;margin-top:-30px;margin-left:-100px;background:#fff;cursor:pointer;color:#555;}

.tlt1 .tlt1_in span{display:block;font-size:18px;text-align:center;}
.tlt1 .tlt1_in p{font-size:24px;font-weight:bold;text-align:center;}

.mulu{float:left;width:20%;}
.mulu h2{font-size:0;text-indent:-99999px;width:100%;height:80px;background:#147391 url(../images/product.png) center center no-repeat;}
.mulu ul{width:100%;}
.mulu ul li a{display:block;font-size:14px;color:#555;height:46px;line-height:46px;background:#f4f3f1;margin:2px 0;padding-left:20%;width:80%;}
.mulu ul>li.on>a{background:#ff8f00 url(../images/mulu_icon.png) 16px center no-repeat;color:#fff;}
.mulu ul li ul{display:none;}
.mulu ul>li.on ul{display:none;}
.mulu ul li ul li a{background:none;border-bottom:1px dotted #dedede;color:#999;}
.mulu ul li ul li a:hover{color:#147391;}   
.pro{float:right;width:78%;}

.inx_pro .pro li {float: left;margin-right:1%;margin-bottom:25px;width: 22%;padding:1%;border: 1px solid #f1f1f1;text-align: left;background: #f1f1f1;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.inx_pro .pro li:nth-child(4n+4) { margin-right:0;}
.a-box {display: block;width: 100%;height: 100%;}
.inx_pro .pro li .pic {width: 100%;height: 210px;background: #fff;overflow: hidden;line-height: 210px;font-size: 0;position: relative;display: flex;justify-content: center;align-items: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.inx_pro .pro li .pic a{display:block;width: 100%;height: 210px;background: #fff;overflow: hidden;line-height: 210px;font-size: 0;position: relative;display: flex;justify-content: center;align-items: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.inx_pro .pro li .tit {width: 100%;height: 30px;line-height: 30px;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;color: #666;padding-top:15px;}
.inx_pro .pro li span {width: 100%;margin-bottom: 13px;display: inline-block;height: 32px;line-height: 32px;font-size: 14px;color: #999;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.inx_pro .pro li:hover {background-color: #147391;border-color: #147391;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.2);box-shadow: 0 15px 30px rgba(0,0,0,0.2);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
.inx_pro .pro li:hover .tit a{color: #fff;}
.inx_pro .pro li:hover span {color: #fff;}

.news{width:100%;background:#f9f8f6;margin-top:50px;padding:20px 0;}
.news .xwzx{width:50%;background:#fff;border-bottom: 1px solid #e5e5e5;box-shadow:0px 0px 4px rgba(0,0,0,0.1);padding: 24px 24px 20px 24px;float:left;min-height: 378px;}
.news .xwzx img{width:100%;}
.news .xwzx .tlt2{height:30px;padding:0 0 20px;}
.news .xwzx .tlt2 span{font-size:18px;font-weight:normal;color:#555;float:left;display:block;height:30px;line-height:30px;}
.news .xwzx .tlt2 a{display:block;width:30px;height:30px;background:url(../images/more1.png) center center no-repeat;float:right;}
.news .xwzx .tlt2 a:hover{background:url(../images/more_hover.png) center center no-repeat;}
.news .xwzx .news_tj .tlt{height:40px;}
.news .xwzx .news_tj .tlt a{display:block;width:60%;font-size:16px;color:#555;float:left;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.news .xwzx .news_tj .tlt a:hover{color:#147391;}
.news .xwzx .news_tj .tlt span.time{color:#999;font-size:14px;display:block;float:right;width:20%;height:40px;line-height:40px;text-align:right;}
.news .xwzx .news_tj p{font-size:14px;color:#999;line-height:24px;}
.news .xwzx ul li{width:100%;height:38px;background:url(../images/dotted.jpg) left center no-repeat;border-bottom:1px dotted #dedede;}
.news .xwzx ul li a{display:block;width:60%;margin-left:10px;font-size:14px;color:#555;float:left;height:38px;line-height:38px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.news .xwzx a:hover{color:#147391;text-decoration:underline;}
.news .xwzx ul li span.time{color:#999;font-size:14px;display:block;float:right;width:20%;height:38px;line-height:38px;text-align:right;}

.news .jswz{width:40%;background:#fff;border-bottom: 1px solid #e5e5e5;box-shadow:0px 0px 4px rgba(0,0,0,0.1);padding:20px;float:right;}
.news .jswz .tlt2{height:30px;padding:0 0 20px;border-bottom:1px solid #dedede;position:relative;margin-bottom:10px;}
.news .jswz .tlt2 span{display:block;width:60px;height:3px;background:#147391;position:absolute;bottom:-1px;left:0;}
.news .jswz .tlt2 i{font-size:18px;font-weight:normal;color:#555;float:left;display:block;height:30px;line-height:30px; font-style:normal;}
.news .jswz .tlt2 a{display:block;width:30px;height:30px;background:url(../images/more1.png) center center no-repeat;float:right;}
.news .jswz .tlt2 a:hover{background:url(../images/more_hover.png) center center no-repeat;}
.news .jswz ul li{width:100%;border-bottom:1px dotted #dedede;padding:6px 0;height: 26px;}
.news .jswz ul li a{display:block;width:80%;margin-left:2px;font-size:14px;color:#555;height:26px;line-height:26px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; float:left;}
.news .jswz a:hover{color:#147391;text-decoration:underline;}
.news .jswz ul li span.time{margin-left:2px;color:#999;font-size:14px;display:block;height:26px;line-height:26px; float:right;}


.guanggao{width:100%;height:240px;position:relative;overflow:hidden;margin-top: 20px;}
.guanggao img{display:block;width:1920px;height:240px;position:absolute;left:50%;margin-left:-960px;top:0;}

.tpl-wrap {
    padding: 40px 0;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.module-tip {
    text-align: center;
    color: #6c6c6c;
    margin-bottom: 30px;
    font-weight: 700;
    background: url(../images/line.jpg) -5px 80% repeat-x;
}
.module-tip span.en {
    font-size: 18px;
    line-height: normal;
    font-weight: 100;
    text-transform: uppercase;
}
.module-tip h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    background: #fff;
}
.module-tip .mtip2 {
    width: 210px;
}
ul.tplitem {
    overflow: hidden;
}
ul.tplitem li {
    margin-bottom: 40px;
}
ul.tplitem li.item0 {
    height: 321px;
    background: url(../images/tpl1.jpg) bottom center no-repeat;
}
ul.tplitem li .desc {
    width: 56%;
    top: -40px;
    position: relative;
}
ul.tplitem li .desc h2.title {
    font-size: 34px;
    font-weight: 700;
    color: #147391;
    font-style: italic;
    margin: 40px 0 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
ul.tplitem li .desc p {
    font-weight: 900;
    margin-bottom: 10px;
    color: #484848;
    font-size: 16px;
    padding-left: 24px;
}
ul.tplitem li .desc h2.title span.icon {
    text-align: center;
    margin-right: 8px;
    padding-right: 5px;
    color: #fff;
    width: 71px;
    height: 71px;
    line-height: 71px;
    position: relative;
    background-position: -1px -199px;
}
span.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.tplitem li .desc p i {
    color: #147391;
    margin-right: 40px;
}
ul.tplitem li.item1 {
    height: 311px;
    background: url(../images/tpl2.jpg) bottom center no-repeat;
}
ul.tplitem li.item2 {
    height: 323px;
    background: url(../images/tpl3.jpg) bottom center no-repeat;
}
ul.tplitem li.item3 {
    height: 344px;
    margin-bottom: 0;
    background: url(../images/tpl4.jpg) bottom center no-repeat;
}
.about-wrap {
    background: #f7f7f7;
    padding: 40px 0 20px 0;
}
.homecp, .about-con, .new-con {
    position: relative;
}
.module-tip {
    text-align: center;
    color: #6c6c6c;
    margin-bottom: 30px;
    font-weight: 700;
    background: url(../images/line.jpg) -5px 80% repeat-x;
}
.module-tip span.en {
    font-size: 18px;
    line-height: normal;
    font-weight: 100;
    text-transform: uppercase;
}
.module-tip .mtip2 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    background: #fff;
}
.module-tip .mtip2 {
    width: 210px;
}
.about-con .module-tip .mtip2 {
    background: #f7f7f7;
}
.aboutdesc {
    overflow: hidden;
}
.aboutdesc .video {
    width: 34%;
}
.aboutdesc .desc {
    width: 64%;
    margin-left: 2%;
    overflow: hidden;
}
.aboutdesc .desc .text { font-size: 12px;font-family: 宋体;text-align: justify;line-height:24px;color:#555;height: 150px;}
ul.col-4 li {
    width: 23.5%;
    margin-right: 2%;
}
ul.companypic li img {
    height: 112px;
    width: 100%;
}
ul.col-4 li.nomargin {
    margin-right: 0;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    background: #f40121;
    position: absolute;
    top: 49%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
/* honor-con */
.honor-con{position:relative;margin-top:45px;min-height: 200px;margin-bottom: 45px;}
.honor-con span.honortip{position:absolute;left:0;top:0;width:40px;text-align:center;height:204px;font-size:16px;background:#147391 url(../images/honor_bg.jpg) center center no-repeat;color:#fff;}
.honor-slider{position:relative;width:1140px;margin-left:60px;}
.honor-slider ul li img{margin:0 auto;}
.honor-slider .flex-direction-nav a:before{display:none;}
.honor-slider .flex-direction-nav a{top:-30px;width:24px;height:24px;background:url(../images/icon.png) no-repeat;background-position:-39px -362px;}
.honor-slider .flex-direction-nav .flex-prev{left:95.5%;background-position:-7px -362px}
/* flexslider img */
.flexslider img{max-width:100%;width:100%;height:auto;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 32px; height: 36px; line-height:38px; text-align:center;background:#f40121;position: absolute; top:49%; z-index: 10; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev {left:0px;}
.flex-direction-nav .flex-next {right:0px;text-align:center;}
.flexslider:hover .flex-prev {left:10px;}
.flexslider:hover .flex-next {right:10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0);cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; display: inline-block;font-size:25px; content: '\f053';color:#fff; }
.flex-direction-nav a.flex-next:before  { content: '\f054'; color:#fff;}

ul.tplitem li.odd .desc {
    float: right;
    width: 53%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.tplitem li .desc p i {
    background-color: #147391;
    margin-right: 40px;
	width:12px;
	height:12px;
	border-radius:50%;
}

.aboutdesc .desc .text a.readmore {
    display: block;
    background: #147391;
    width: 140px;
    float: right;
    text-align: center;
    margin: 10px 0 25px 0;
    padding: 2px 0 1px 0;
    color: #fff;
}
.aboutdesc .desc .text a.readmore:hover {
    background: #ff8f00;
}


.case .pro{width:100%;}
.case .inx_pro{height:400px;}
.case .inx_pro .pro li{padding:10px; box-sizing:border-box;}
.case .inx_pro .pro li img{width:100%;}
.picScroll{ margin:10px auto;  position:relative;width:1170px;  padding:10px 0 10px 30px; background:#fff; }
.picScroll .prev{display:block;width:40px; height:72px;overflow:hidden;cursor:pointer; background:url(../images/left.png) no-repeat;position:absolute;left:-40px;top:50%;margin-top:-96px; }
.picScroll .next{display:block;width:40px; height:72px;overflow:hidden;cursor:pointer; background:url(../images/right.png) no-repeat;position:absolute;right:-40px;top:50%;margin-top:-96px; }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll .tempWrap {width:100% !important;height:368px;}

.link_bj {
	width:100%;
    padding: 22px 0;
    background: #f1f1f1;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}
.link {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.link h2 {
    width: 142px;
    float: left;
    overflow: hidden;
    padding-right: 27px;
    text-align: right;
    height: 71px;
    border-right: 1px solid #c4c4c4;
    padding-top: 13px;
    line-height: 24px;
}
.link h2 a {
    color: #147391;
    font-size: 20px;
}
.link h2 span a {
    font: bold 36px "Times New Roman", Times, serif;
    color: #868686;
    text-transform: uppercase;
    line-height: 38px;
}
.link p {
    width: 1030px;
    float: left;
    overflow: hidden;
    line-height: 35px;
    color: #74797d;
    padding-top: 10px;
    font-size: 14px;
}
.link p a {
    color: #656565;
    padding: 0 29px;
    display: inline-block;
    font-family: "Microsoft Yahei";
}

/*底部开始*/
.footWrap{ background:#484848; width:100%;overflow:hidden;}
.footer{ position:relative;padding-bottom: 20px;}

.fnav{height:66px; border-bottom:1px dotted #5a5a5a; overflow:hidden; line-height:66px; overflow:hidden; text-align:center; color:#919191;}
.fnav a{ font-size:16px; font-family:"Microsoft Yahei"; color:#fff; padding:0 30px; display:inline-block;}
.f_pic{  width:126px; height:94px; margin:27px 0 0 111px; display:inline;}
.f_pic img{  width:126px; height:94px;}

.f_wz{line-height:30px;color:#fff; padding:31px 0 0; width:650px;font-size:14px; font-family:"Microsoft Yahei";}
.f_wz a{ color:#fff;}

.footer .p01{  display:inline;}
.footer p{ width:300px; overflow:hidden; font-family:"Microsoft Yahei"; margin:49px 10px 0 0;}
.footer p span{ display:block; float:left; background:url(../images/code_ico.gif) no-repeat center bottom; padding:12px 10px 0; font-size:16px; color:#fff; width:20px; overflow:hidden; line-height:20px; padding-bottom:10px;}
.footer p img{ display:block; float:left; }
.footer .p02{float:left;padding-top:31px; margin-left:65px;}
.footer .p02 span{display:block;height:32px;line-height:32px;color:#fff;background:url(../images/weixin_icon.png) left center no-repeat;padding-left:20px;margin-left:15px;}
.f_tel{height:40px;background:url(../images/tel2.png) left center no-repeat;padding-left:40px;color:#fff;line-height:40px;}
.f_tel em{font-size:30px;color:#ff8f00;}
/*底部结束*/

.pro_imgBox{width: 100%;margin: 0 auto;min-width: 1200px;position: relative;}
.pro_imgBox:before{content: " ";display: table;}
.pro_imgBox:after{content: " ";display: table;clear: both;}
.proBox{width: 100%;overflow: hidden;}
/*.pro_img{width: 1200px;margin: 0 auto;}*/
.pro_img_box{/*width: 1920px; margin-left:-410px;*/ width:100%; line-height: 0;}
.pro_img_box:before{content: " ";display: table;}
.pro_img_box:after{content: " ";display: table;clear: both;}
.pro_img_box img{width: 100%;}

.fl { float:left;}
.fr { float:right;}
.ly_aboutus { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ab_p1, .ab_p2, .ab_p3, .ab_p4, .ab_p5, .ab_p6 { width:1200px; overflow:hidden; margin:40px auto; padding:0;}
.ab_tit { width:1200px; overflow:hidden; margin:0 auto 20px; padding:0;}
.ab_icon1, .ab_icon2, .ab_icon3, .ab_icon4, .ab_icon5, .ab_icon6 { display:block; width:70px; height:76px; overflow:hidden; margin:0 auto; padding:0;}
.ab_icon1 { background:url(../images/ab_icons.png) 0 0 no-repeat;}
.ab_icon2 { background:url(../images/ab_icons.png) 0 -119px no-repeat;}
.ab_icon3 { background:url(../images/ab_icons.png) 0 -223px no-repeat;}
.ab_icon4 { background:url(../images/ab_icons.png) 0 -325px no-repeat;}
.ab_icon5 { background:url(../images/ab_icons.png) 0 -426px no-repeat;}
.ab_icon6 { background:url(../images/ab_icons.png) 0 -523px no-repeat;}
.ab_line { display:block; width:1200px; height:6px; overflow:hidden; margin:10px auto 5px; padding:0; background:url(../images/ab_line.png) 0 0 no-repeat;}
.ab_tit h2 { width:1200px; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ab_con_img { width:1200px; max-height:300px; overflow:hidden; margin:0 auto; padding:0; display: table-cell; vertical-align: middle; text-align: center;}

/*.ab_con_img img { max-width:100%; max-height:100%;} .ab_p1 span, .ab_p2 h3, .ab_p3 h3, .ab_p4 h3, .ab_p5 h3, .ab_p6 h3 { width:1200px; overflow:hidden; margin:10px auto; padding:0; color:#000; font-size:16px; font-weight:bold; text-align:center; display:block;} .ab_p1 p, .ab_p2 p, .ab_p3 p, .ab_p4 p, .ab_p5 p, .ab_p6 p { width:100%; overflow:hidden; margin:10px auto; padding:0; line-height:24px; color:#666; font-size:14px; text-align:justify; text-justify:inter-ideograph;} .ab_p1 p span, .ab_p2 p span, .ab_p3 p span, .ab_p4 p span, .ab_p5 p span, .ab_p6 p span { color:#000; font-weight:bold;}
*/
.hy_main { width:590px; height:230px; overflow:hidden; margin:10px auto; padding:0; background:#e6e6e6 url(../images/hy_line.jpg) center center no-repeat;}
.hy_main .hy_img { width:295px; height:185px; overflow:hidden; margin:0; padding:23px 0 22px; display: table-cell; vertical-align: middle; text-align: center;}
.hy_main .hy_text { width:215px; height:150px; overflow:hidden; margin:0; padding:40px;}
.hy_text h5 { width:100%; overflow:hidden; line-height:40px; margin:14px 0 20px; padding:0; color:#333; font-size:18px; font-weight:bold;}
.hy_text p { width:100%; overflow:hidden; line-height:30px; margin:0; padding:0; color:#333; font-size:14px;}
.hy_text p em { color:#d90101; font-family:"Arial"; font-size:24px; font-weight:bold; font-style:normal;}
.gsxx { width:940px; height:180px; overflow:hidden; margin:10px auto; padding:80px; background:url(../images/gsxx_bg.jpg) 0 0 no-repeat;}
.gsxx ul li { width:50%; overflow:hidden; line-height:30px; color:#333; font-size:14px; margin:0; padding:0 0 0 20px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.gsxx ul li span { color:#666;}
.ab_lxfs { width:1200px; overflow:hidden; margin:10px auto; padding:40px 80px; border:1px dotted #d9d9d9; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.ab_lxfs ul li { width:50%; overflow:hidden; line-height:30px; color:#333; font-size:14px; margin:0; padding:0 0 0 30px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.ab_lxfs ul li span { color:#666;}

.ab_honor { width:1200px; height:140px; margin:30px auto 0; padding:0;}
.mr_frbox { width:1200px; height:140px; margin:0; padding:0; position:relative;}
.mr_frUl { width: 1200px; height: 140px; overflow: hidden; float: left; }
.mr_frUl ul li { display: inline; float: left; height: 118px; width: 178px; margin-right: 25px; padding:10px; overflow: hidden; border:1px solid #ccc; background-color:#fff;}
.mr_frUl ul li .hnr_img { width:178px; height:118px; overflow:hidden;position:relative;display:table-cell;text-align:center;vertical-align:middle;}.mr_frUl ul li .hnr_img img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:170px; max-height:110px}
.mr_frBtnL, .mr_frBtnR { width:32px; height:32px; overflow:hidden; margin:0; padding:0; border:1px solid #ccc; position:absolute; top:53px; z-index:99; cursor:pointer;}
.mr_frBtnL { left:-64px; background:url(../images/prev_tb1.png) center center no-repeat;}
.mr_frBtnR { right:-64px; background:url(../images/next_tb1.png) center center no-repeat;}
.mr_frBtnL:hover { border:1px solid #f90; background:#f90 url(../images/prev_tb2.png) center center no-repeat;}
.mr_frBtnR:hover { border:1px solid #f90; background:#f90 url(../images/next_tb2.png) center center no-repeat;}


.ft_nav { width:1200px; height:60px; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.ft_nav ul { width:1200px; height:60px; overflow:hidden; margin:0 auto; padding:0;}
.ft_nav ul li { width:110px; height:60px; overflow:hidden; margin:0; padding:0; float:left;}
.ft_nav ul li a { display:block; width:110px; height:60px; overflow:hidden; line-height:60px; color:rgba(255, 255, 255, 0.6); font-size:14px; text-align:center;}
.ft_nav ul li a:hover { color:#fff;}
.ft_main { width:1200px; height:120px; overflow:hidden; margin:40px auto; padding:0;}
.ft_main ul { width:320px; height:90px; overflow:hidden; margin:0 30px 0 0; padding:15px 0; float:left;}
.ft_main ul li { width:100%; height:30px; overflow:hidden; line-height:30px; color:rgba(255, 255, 255, 0.6); font-size:12px;}
.ft_main ul li img { display:block; width:30px; height:30px; overflow:hidden; margin:0 0 0 0; padding:0; float:left;}
.ft_main .ft_ewm { width:320px; height:140px; overflow:hidden; margin:0; padding:0; float:right;}
.ft_ewm img { display:block; width:120px; height:120px; overflow:hidden; margin:0 0 0 15px; padding:0; float:right;}
.ft_ewm p { width:165px; height:44px; overflow:hidden; line-height:22px; margin:38px 0; padding:0; color:#fff; font-size:12px; text-align:right;}
.ft_copy { width:1200px; height:30px; overflow:hidden; line-height:30px; margin:0 auto; padding:0; color:rgba(255, 255, 255, 0.5); font-size:12px; text-align:center;}

.mainBox{padding-top:20px;}
.mainBox .breadNav{margin-bottom:20px;padding-left: 24px;height: 24px;line-height: 24px;font-family: "微软雅黑";font-size: 14px;color: #3b3b3b;background: url(../images/pro01.jpg) left center no-repeat;width: 96%;padding-bottom: 10px;padding-top: 10px;border-bottom: 1px solid #dedede;position: relative;}
.mainBox .breadNav span.line{display:block;width:74px;height:3px;background:#147391;position:absolute;bottom:0;left:0;}
.mainBox .breadNav span.line{display:block;width:74px;height:3px;background:#147391;position:absolute;bottom:0;left:0;}
.mainBox .breadNav a{font-family: "微软雅黑";font-size: 14px;color: #3b3b3b;line-height: 24px;}
.mainBox .breadNav a:hover{text-decoration: underline;}
.mainBox .breadNav span{font-family: "微软雅黑";font-size: 14px;color: #3b3b3b;line-height: 24px;}

.about_main{width: 1200px;margin: 0 auto;}
.about_tit{width:1200px;height:40px;margin:0 auto;background-color:#f2f2f2;}
.about_tit a{display: inline-block;width: 134px;height: 40px;color: #3b3b3b;font-size: 16px;font-family: "微软雅黑";line-height: 40px;text-align: center;transition: all 200ms;}
.about_tit a.onpro_tit{color: #fff;background-color: #0067b2;}
.about_tit a:hover{color: #fff;background-color: #0067b2;}
.about_C_img{width: 1200px;margin: 0 auto;}
.about_C_img:before{content: " ";display: table;}
.about_C_img:after{content: " ";display: table;clear: both;}

.about_B_box{width: 1200px;margin: 0 auto;}
.about_B_box:before{content: " ";display: table;}
.about_B_box:after{content: " ";display: table;clear: both;}
.about_B_box div:before{content: " ";display: table;}
.about_B_box div:after{content: " ";display: table;clear: both;}
.about_B_left{float: left;width: 375px;height: 355px;overflow: hidden;}
.about_B_left img{width: 375px;height: 355px;}
/*.about_B_box:hover img{transform: scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}*/
.about_B_right{float: right;width: 690px;}
.about_B_right p{text-indent: 2em;font-size: 16px;color: #3a3a3a;font-family: "微软雅黑";line-height: 28px;margin-bottom: 35px;}
.about_B_right p:last-child{margin-bottom: 0;}

.c_main{padding-top:30px}

.c_main .mainBox{padding-top:0;}

#fengye {
    text-align: left;
    font-size: 12px;
    line-height:28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 20px;
    color: #555;
}
#fengye a {
    border: 1px solid #147391;
    cursor: pointer;
    width: 60px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 25px;
    background: #147391;
}
#fengye input {
    width: 20px;
    height: 15px;
    color: #e6392b;
    border: none;
    display: inline-block;
}

.nyconn .tab-bd {
    border-top: none;
    padding-top: 50px;
}
.news1 .tab-bd ul {
    overflow: hidden;
    zoom: 1;
}
.news1 .tab-bd li {
    padding: 20px 0;
    height: 138px;
    border-bottom: 1px solid #eee;
	position:relative;
}
.news1 .tab-bd li div {
    float: left;
}
.news1 .tab-bd li .pic {
    width: 20%;
    height: 144px;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	border: 1px solid #eee;
}
.news1 .tab-bd li .pic a {
    width: 100%;
    line-height: 166px;
    height: 144px;
    font-size: 166px;
    text-align: center;
    position: static;
    top: 50%;
}
.news1 .tab-bd li .pic img {
    vertical-align: middle;
    position: static;
    top: -50%;
    left: -50%;
    max-width: 100%;
    max-height: 144px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -100%;
}
.news1 .tab-bd li .wz {
    width: 75%;
    padding: 0 20px;
}
.news1 .tab-bd li .wz2{width:95%}
.news1 .tab-bd li .wz .tlt {
    display: block;
    height: 60px;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news1 .tab-bd li .wz .tlt:hover{color:#147391;text-decoration:underline;}
.news1 .tab-bd li .wz p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
}
.news1 .tab-bd li .time {
    width: 128px;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    text-align: right;
	position:absolute;
	top:26px;
	right:29px;
}

.news_con span{color: #333333;width: 100%;}
.news_con .time{text-align: center;font-size: 12px;color: #666666;border-bottom: 1px solid #ccc;width: 100%;padding-bottom: 5px;}
.news_con .news_wz{font-size: 14px;color: #333333;line-height: 24px;width: 100%;}	
.inside_newsthree {
    height: 30px;
    border: 1px solid #dddddd;
    clear: both;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 20px;
}
.inside_newsthree span {
    float: right;
    margin-right: 10px;
    font-family: "simsun";
}
.inside_newsthree span a {
    text-decoration: none;
    color: #0066CC;
}
.news_con .fenxiang{margin-top:7px;float:left;padding-left:12px;}
.news_con .ye{height:32px;line-height:32px;color:#555;margin-top:20px;}

.xgwz h4{height:50px;line-height:50px;color:#fff;text-align:center;background:#147391;margin-top:20px;font-size:20px;}
.xgwz a{display:block;color:#555;height:34px;line-height:34px;border-bottom:1px dotted #dedede;width:90%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;margin:0 1%;padding-left:4%;background:url(../images/dotted.jpg) left center no-repeat;}
.xgwz a:hover{color:#147391;text-decoration:underline;}
.ckqb{display:block;height:32px;line-height:32px;border:1px solid #dedede;text-align:center;color:#555;font-size:14px;}
.ckqb:hover{color:#fff;background:#fe9100;}



.content {
    width: 100%;
}
.prodetail {
/*    overflow: hidden;
    margin-bottom: 30px;*/
}
.prodetail .picslider {
    width: 45%;
    margin-right: 3%;
    position: relative;
    padding: 5px 5px 40px 5px;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-viewport ul li{width: 200px !important;height: 204px;border: 1px solid #e5e5e5;margin-right: 8px;display: flex !important;justify-content: center;
align-items: center;}
.prodetail .picslider ul li img {
    width: 100%;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 70px;
    text-align: center;
    z-index: 16;
}
.picslider .flex-control-nav {
    left: 0;
    bottom: 15px;
}
.itemdesc {
    width: 48%;
    line-height: 1.6;
}
.itemdesc h1 {
    padding: 4px 10px;
    color: #fff;
    font-size: 20px;
    background: #1e95ba;
    position: relative;
}
.itemdesc .desc {
    background: #f1f1f1;
    font-size: 12px;
}
ul.item-list li .desc p, .itemdesc .desc p {
    position: relative;
    height: 30px;
    font-family: Arial, sans-serif;
    line-height: 30px;
    padding-left: 125px;
    border-bottom: 1px solid #fff;
}
ul.item-list li .desc p span, .itemdesc .desc p span {
    position: absolute;
    left: 0;
    top: 0;
    background: #e9e9ea;
    width: 115px;
    height: 100%;
    text-align: center;
}

/* item-view */
.item-view{margin-top:30px;*overflow:hidden;*clear:both;}
.itempic{position:relative;width:47%;margin-right:5%;*width:46%;border-radius:5px;-webkit-border-radius:5px;border:1px solid #e5e5e5;}
.itempic img{max-width:100%;width:100%;height:268px;border-radius:5px;-webkit-border-radius:5px;}
.itempic span.icon{background-position:-637px -6px;width:28px;height:28px;position:absolute;bottom:10px;right:10px;}
.itemdesc{width:48%;line-height:1.6;}
.itemdesc h1{padding:4px 10px;color:#fff;font-size:20px;background:#147391;position:relative;}
.itemdesc .desc{background:#f1f1f1;font-size:12px;}
.call-input{overflow:hidden;*clear:both;margin-top:30px;}
.call-input input{border:0;background:none;padding:0;height:35px;line-height:35px;}
.call-input input[type="text"]{width:52%;margin-right:2%;border-bottom:2px solid #ff7e00;}
.call-input input[type="submit"]{background:url(../images/icon.png) no-repeat;width:46%;color:#fff;height:35px;line-height:normal;cursor:pointer;margin:2px 0 0 0;font-size:16px;text-align:center;background-position:-596px -125px;}
.call-input input[type="submit"]:hover{color:#000;}
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask{position:absolute;background:url(../images/mask.png) repeat;cursor:move;z-index:1;}
.pn-btn{margin-top:30px;}
.pn-btn a{display:block;color:#707070;padding:2px 0;}
.pn-btn a i{margin-right:20px;}
.pn-btn a strong{margin-right:8px;}
.pn-btn a:hover{color:#ff7e00;}


.smallImg {height:90px;width:425px;position:relative;overflow:hidden;margin-top:8px;}
.smallImg ul {position:absolute;/*margin:0 30px 0 36px;*/}
.smallImg ul li {float:left;width:106px;height:82px;}
.smallImg ul li.on td {border:2px solid #147391;padding:0;}
.smallImg ul li table td {text-align:center;vertical-align:middle;width:102px;height:76px;padding:2px;border:1px solid #dedede;}
.smallImg ul li table td  img{width:60% !important;}
.smallImg .btnLeft {width:30px;height:82px;position:absolute;left:0;top:0;}
.smallImg .btnRight {width:30px;height:82px;position:absolute;right:0;top:0;}

.prodetail_ms{line-height:26px;color:#555;margin-top:10px;height:98px;overflow:hidden;font-size:12px;}
.product_btn {width: 100%;overflow: hidden;margin: 20px 0 0;padding: 20px 0 0;border-top: 1px solid #dfdfdf;
}
.product_btn a {display: inline-block;height: 44px;overflow: hidden;line-height: 44px;color: #fff;font-size: 16px;margin: 0 15px 0 0;padding: 0 30px;border-radius: 3px;}
.product_btn a.probtn1 { background-color:#fc2a2a;}
.product_btn a.probtn2 { background-color:#f90;}
.product_btn a.probtn3 { background-color:#03a8db;}
.product_btn a.probtn1:hover { background-color:#e91515;}
.product_btn a.probtn2:hover { background-color:#ed8e00;}
.product_btn a.probtn3:hover { background-color:#0099c9;}}

.pro_list {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.pro_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.pro_gs {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0;
    padding: 0;
}
.pro_gs .gs_tit {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}
.gs_tit span {
    width: 120px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #5a5a5a;
    border-radius: 2px 2px 0 0;
	display:block;
}
.pro_gs .gs_text {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #d9d9d9;
}
.gs_text p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.pr_nt {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.pro_list ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.pr_nt ul li {
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.pr_nt ul li span {
    color: #333;
}
.pro_list ul li a {
    display: block;
    width: 270px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.pr_nt ul li a {
    color: #666;
    display: inline;
}

/*普通在线客服03*/
.ser_btn { width: 30px; height: 100px; overflow: hidden; margin: 0; padding: 0; background:url(../images/qq03_ser_btn.png) no-repeat; background-position: -30px 0; cursor: pointer; position: fixed; top: 230px; right: 0; z-index:10000;}
.ser_main { width:120px; overflow: hidden; margin: 0; padding: 14px 15px 14px 14px; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-radius: 0 0 0 5px; position: fixed; top: 220px; right: -150px; z-index: 99; background:#FFF; z-index:10000;}
.ser_main .ser_con { width: 120px; overflow: hidden; margin: 0 auto 3px; padding: 0;}
.ser_tit { width: 100px; height: 28px; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0 10px; border-radius: 5px 5px 0 0; background-color: #147391; color: #fff; font-size: 12px; font-weight: bold;}
.ser_btm { width: 120px; height: 5px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #147391; border-radius: 0 0 5px 5px;}
.ser_con .lxr_list { width: 100px; overflow: hidden; margin: 0 auto; padding: 15px 9px 0; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.lxr_list ul li { width: 100px; overflow: hidden; margin: 0 auto 15px; padding: 0;}
.lxr_list ul li h3 { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto 5px; padding: 0; color: #333; font-size: 12px; font-weight: bold; text-align: center;}
.lxr_list p { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto; padding: 0; color: #666; font-family: Helvetica, Helvetica Neue, Arial," sans-serif"; font-size: 12px; text-align: center;}
.ser_con .qq_list { width: 80px; overflow: hidden; margin: 0 auto; padding: 15px 19px 7px; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.qq_list ul li { width: 80px; height: 24px; overflow: hidden; margin: 0 auto 8px; padding: 0;}

.lx_dz {width: 980px; overflow: hidden;padding: 0;}
.lx_dz .dz_map {width: 950px;height: 370px; overflow: hidden;margin: 0 auto; padding: 14px; border: 1px solid #d9d9d9;}
#container { min-width: 600px; min-height: 467px;}



/*---目录向右侧展开 ---*/
#pro_nav_lb1 li{ height:46px; line-height:46px; font-size:14px; border-bottom:1px solid #ddd;}

#pro_nav_lb1 li a{ color:#333; display:block; height:46px; overflow:hidden;}
#pro_nav_lb1 li a:hover{ color:#fff;}
#pro_nav_lb1 li.dd_hover{ background:url(/Skins/1723/images/left_navhover.png) right no-repeat #0f3b82; color:#fff; border-bottom:none;}
#pro_nav_lb1 li.dd_hover a{ color:#fff;}
/*---左边目录固定当前状态 ---*/
#pro_nav_lb1 .twonav { color:#c00000!important; z-index:1px; margin:0px;}
#pro_nav_lb1 li.dd_hover .twonav { color:#fff!important;}

.pro_nav1 li ul{width:240px; position:absolute;display:none;float:left; margin-top:-28px; margin-left:240px; border-top:none; background:#e9e9e9; z-index:10;}
.pro_nav1 li ul li{ border:none; background:none!important; line-height:28px; height:auto!important; overflow:hidden; padding-left:12px; border-bottom:1px solid #e17205; border-bottom:none!important; }
.pro_nav1 li ul li:hover{ border:none; background:none!important; border-bottom:1px solid #e17205; border-bottom:none!important;}
.pro_nav1 li ul li a{ background:url(/Skins/1723/images/icon_04.gif) 5px no-repeat!important; height:28px; padding-left:15px;line-height:28px; display:block; color:#333!important;}
.pro_nav1 li ul li a:hover{ background:url(/Skins/1723/images/icon_04.gif) 5px no-repeat!important; border-left:none!important;}



.qq_style01{width:128px;position:absolute;top:150px;right:20px;z-index:999999999;}
.qq_style01 .qq_style_l{width:20px;height:20px;display:block;position:absolute;top:-8px;right:-8px;background:#147391 url(../images/qq_close.png) center center no-repeat;cursor:pointer;border-radius:50%;}
.qq_style01 .qq_style_l:hover{background:#ff1800 url(../images/qq_close.png) center center no-repeat;}
.qq_style01 .qq_style_r{width:128px;background:#147391;padding-top:5px;padding-bottom:5px;}
.qq_style01 .qq_style_r .qq_r_up{background:#ffffff;border-radius:2px;width:100px;margin:0 auto 5px;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_r_up .qq_r_tlt{height:30px;line-height:30px;font-size:12px;color:#147391;background:url(../images/qq_icon1.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #14739185;}
.qq_style01 .qq_style_r .qq_r_up .qq_list{padding-top:5px;}
.qq_style01 .qq_style_r .qq_r_up .qq_list li{padding:2px 0 5px;}
.qq_style01 .qq_style_r .qq_r_up .qq_list li a{display:block;height:30px;line-height:30px;text-decoration:none;color:#555;font-size:12px;background:url(../images/qq.gif) left center no-repeat;padding-left:20px;border-bottom:1px solid #e6e5e4;overflow:hidden;}
.qq_style01 .qq_style_r .qq_r_down{background:#ffffff;border-radius:4px;width:100px;margin:0 auto 5px;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_r_down .tel_r_tlt{height:30px;line-height:30px;font-size:12px;color:#147391;background:url(../images/qq_icon2.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #14739185;}
.qq_style01 .qq_style_r .qq_r_down .tel_list li{display:block;height:30px;line-height:30px;text-decoration:none;color:#555;font-size:12px;border-bottom:1px solid #e6e5e4;overflow:hidden;}
.qq_style01 .qq_style_r .qq_code{background:#ffffff;border-radius:4px;width:100px;margin:0 auto;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_code img{display:block;width:91px;height:91px;margin:0 auto;}
.qq_style01 .qq_style_r .qq_code p{font-size:12px;text-align:center;color:#555555;padding-top:5px;}
.qq_style01 .qq_r_up1{background:#ffffff;border-radius:2px;width:100px;margin:0 auto 5px;padding:10px 10px;}
.qq_style01 .qq_r_up1 .qq_r_tlt{height:30px;line-height:30px;font-size:12px;color:#147391;background:url(../images/qq_icon2.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #14739185;}
.qq_style01 .qq_r_up1 p{font-size:12px;color:#555555;padding-top:5px;}

/* banner 开始 */
.apple-banner { width: 100%; height: 560px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 560px;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { left:0;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.6) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.6) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .6;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:65px; background:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(255, 255, 255, 1); border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #147391;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255, 255, 255, 1);}
.apple-banner .swiper-pagination-bullet i{ background-color: #147391; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .replace span{ background-color:#147391;}

/* banner 结束 */

/*产品分类 开始*/
.lyIdxPro_left { width:20%; overflow:hidden; margin:0; padding:0; float:left;}
.lyIdxPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.lyIdxPro_left .cp_type { margin:0;}
.lyIdxPro_left .cp_type .hd { text-align:center; background-color:#147391; padding:20px;}
.lyIdxPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.lyIdxPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.lyIdxPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}
.lyIdxPro_left .cp_type .bd ul li { border-bottom:1px solid #eaeaea;}
.lyIdxPro_left .cp_type .bd ul li:last-child { border:0;}
.lyIdxPro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
.lyIdxPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:right;}
.lyIdxPro_left .cp_type .bd ul li div { background:#fafafa; display:none;}
.lyIdxPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#797979; font-size:14px; border-top:1px solid #e7e5e5; padding:0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon4.png) 20px center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li div a:first-child {}
.lyIdxPro_left .cp_type .bd ul li p:hover, .lyIdxPro_left .cp_type .bd ul li.on p { background-color:#0d7a9c;}
.lyIdxPro_left .cp_type .bd ul li p:hover a, .lyIdxPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyIdxPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li.on p { background-color:#0d7a9c;}
.lyIdxPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li div a:hover { color:#147391; background:url(../images/icon5.png) 20px center no-repeat;}
.lyIdxPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyIdxPro_left .cp_type .bd ul a.ckqb:hover { background:#0a78d7; color:#fff;}

/*产品分类 开始*/
.lyNyPro_left { width:20%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.lyNyPro_left .cp_type { margin:0;}
.lyNyPro_left .cp_type .hd { text-align:center; background-color:#147391; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.lyNyPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.lyNyPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}
.lyNyPro_left .cp_type .bd { border-left:1px solid #eaeaea; border-right:1px solid #eaeaea;}
.lyNyPro_left .cp_type .bd ul li { border-bottom:1px solid #eaeaea;}
.lyNyPro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:right;}
.lyNyPro_left .cp_type .bd ul li div { background:#fafafa; display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#797979; font-size:14px; border-top:1px solid #e7e5e5; padding:0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/jt2.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child {}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#0d7a9c;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li.on p { background-color:#0d7a9c;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#147391; background:url(../images/jt3.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#0a78d7; color:#fff;}

.lSPager { display:none;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#147391;}
.Xgwz_tit p { height:32px; line-height:32px; color:#fff; font-size:26px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-size:14px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 19px; border:1px solid #eaeaea; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#147391;}


/**产品详情页产品图片切换**/
.prodetail_img { width: 45%; margin-right: 3%; position: relative; padding:0; float: left;}
.prodetail_img #preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0 10px 0 0; width:90px; height:66px; margin:0;}
#spec-list ul li:last-child { padding:0;}
#spec-list ul li p { width:88px; height:64px; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative;}
#spec-list ul li:hover p { border:1px solid #0d59ab;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:422px!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}


/*首页推荐产品*/
.case{ height:438px;}
.tjpro_list{ padding:20px 0 0;}
.swiper-container2{ overflow:hidden;position:relative;}
.swiper-container2 .swiper-slide{text-align:center;border: 10px solid #f1f1f1; background:#f1f1f1; box-sizing:border-box;}
.swiper-container2 .swiper-slide .pic {width: 100%;height: 210px;background: #fff;overflow: hidden;line-height: 210px;font-size: 0;position: relative;display: flex;justify-content: center;align-items: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.swiper-container2 .swiper-slide .pic a{display:block;width: 100%;height: 210px;background: #fff;overflow: hidden;line-height: 210px;font-size: 0;position: relative;display: flex;justify-content: center;align-items: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.swiper-container2 .swiper-slide .tit {width: 100%;height: 30px;line-height: 30px;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;color: #666;padding-top:15px;}
.swiper-container2 .swiper-slide span {width: 100%;margin-bottom: 13px;display: inline-block;height: 32px;line-height: 32px;font-size: 14px;color: #999;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.swiper-container2 .swiper-slide:hover {background-color: #147391;border-color: #147391;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.2);box-shadow: 0 15px 30px rgba(0,0,0,0.2);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
.swiper-container2 .swiper-slide:hover .tit a{color: #fff;}
.swiper-container2 .swiper-slide:hover span {color: #fff;}